home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CUJ9206.ARJ / 1006084B < prev    next >
Text File  |  1992-06-02  |  88b  |  11 lines

  1. #include "proto.h"
  2. #include <stdio.h>
  3.  
  4. main()
  5. {
  6. char *s = "Hello world.";
  7.  
  8. hello(s);
  9.  
  10. }
  11.